By default, SELinux allows http to listen on TCP ports 80, 443, 488, 8008, 8009, or 8443. If /etc/httpd/conf/httpd.conf is configured so that httpd listens on ...
2006年12月12日 — I want my apache daemon to listen on a different port but SELinux is preventing it, What do I do? ... bind to port ... port to a port type that ...
... bind to network port 377 Then you need to modify the port type. Do # semanage port -a -t PORT_TYPE -p tcp 377 where PORT_TYPE is one of the following ...
2011年3月9日 — This will claim TCP port 803 for your application. Most ports below 1023 already have labels on them though and you cannot label a port, file, ...
2019年11月6日 — I'd like to know if I can set up a daemon (in this case haproxy ) to listen on more ports than its default selinux policy allows. For instance, ...
2016年11月3日 — I am trying to set the Apache server to listen on port 888 while SELinux on permissive mode. I successfully changed the httpd port to 888 and ...
2022年6月23日 — In case of SSH, if a daemon would like to bind to port 22, but with the UDP protocol (and not TCP) then SELinux will look for an allow on port_t ...
2021年10月14日 — Although SELinux is allowing port 22, SSH won't be listening to that port, so it's not an issue. How to open the firewall to port 33000. Next ...